CalendarEvent«RatePeriodDTO» Json Schema
In This Topic
Overview
 |
CalendarEvent«RatePeriodDTO»
 |
color : string
Certain events can be rendered with different colors in a calendar UI
|
 |
current : boolean
Indicates whether this is the current ratePeriod (versus an archived one)
|
 |
 |
end : string
End date to which this ratePeriod is valid. UTC time. (The current ratePeriod does not have an end date)
|
 |
expired : boolean
Whether the rates are expired
|
 |
 |
counter : integer
internal only
|
 |
date : string
The current date.
internal only
|
 |
machineIdentifier : integer
internal only
|
 |
processIdentifier : integer
internal only
|
 |
time : integer
internal only
|
 |
timeSecond : integer
internal only
|
 |
timestamp : integer
internal only
| |
 |
name : string
Name of the ratePeriod
|
 |
originalRatePeriodId : string
For archived rates, the ID of the original ratePeriod
|
 |
 |
fileType : string
Company file type. Default: Rates
|
 |
filename : string
Filename
|
 |
uploadDate : string
Date that the file was uploaded
| |
 |
validAsOf : string
Start date from which this ratePeriod is valid. UTC time.
| |
 |
end : string
End date. Timezone configurable.
|
 |
start : string
Start date. Timezone configurable.
|
 |
title : string
Description of this event
| |
Properties
| Name | Description | Data Type |
| color | Certain events can be rendered with different colors in a calendar UI | string |
| current | Indicates whether this is the current ratePeriod (versus an archived one) | boolean |
| data | RatePeriod data for this event | RatePeriodDTO |
| end | End date. Timezone configurable. | string |
| start | Start date. Timezone configurable. | string |
| title | Description of this event | string |
See Also